net/http.http2clientStream.sentEndStream (field)

5 uses

	net/http (current package)
		h2_bundle.go#L7055: 	sentEndStream bool // sent an END_STREAM flag to the peer
		h2_bundle.go#L7989: 		cs.sentEndStream = true
		h2_bundle.go#L8019: 			cs.sentEndStream = true
		h2_bundle.go#L8122: 	if err != nil && cs.sentEndStream {
		h2_bundle.go#L8145: 		if cs.sentHeaders && !cs.sentEndStream {